home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / Effect library / Demo ƒ / Fades ƒ / fade headers.h < prev    next >
Encoding:
Text File  |  1994-01-11  |  1.8 KB  |  29 lines  |  [TEXT/KAHL]

  1. pascal short BoxInFade(Rect boundsRect, Pattern *thePattern);
  2. pascal short BoxOutFade(Rect boundsRect, Pattern *thePattern);
  3. pascal short CircleBulgeFade(Rect boundsRect, Pattern *thePattern);
  4. pascal short CircleInFade(Rect boundsRect, Pattern *thePattern);
  5. pascal short CircleOutFade(Rect boundsRect, Pattern *thePattern);
  6. pascal short CircleSerendipityFade(Rect boundsRect, Pattern *thePattern);
  7. pascal short CircularFade(Rect boundsRect, Pattern *thePattern);
  8. pascal short CornerCircleFade(Rect boundsRect, Pattern *thePattern);
  9. pascal short DiagonalFade(Rect boundsRect, Pattern *thePattern);
  10. pascal short FourCornerCenteredFade(Rect boundsRect, Pattern *thePattern);
  11. pascal short FourCornerFade(Rect boundsRect, Pattern *thePattern);
  12. pascal short FourCornerScrollFade(Rect boundsRect, Pattern *thePattern);
  13. pascal short FullScrollLRFade(Rect boundsRect, Pattern *thePattern);
  14. pascal short FullScrollUDFade(Rect boundsRect, Pattern *thePattern);
  15. pascal short HalvesScrollFade(Rect boundsRect, Pattern *thePattern);
  16. pascal short HilbertFade(Rect boundsRect, Pattern *thePattern);
  17. pascal short MrDoOutdoneFade(Rect boundsRect, Pattern *thePattern);
  18. pascal short MrDoFade(Rect boundsRect, Pattern *thePattern);
  19. pascal short PourScrollFade(Rect boundsRect, Pattern *thePattern);
  20. pascal short RandomFade(Rect boundsRect, Pattern *thePattern);
  21. pascal short RescueRaidersFade(Rect boundsRect, Pattern *thePattern);
  22. pascal short ScissorsFade(Rect boundsRect, Pattern *thePattern);
  23. pascal short SkipalineLRFade(Rect boundsRect, Pattern *thePattern);
  24. pascal short SkipalineFade(Rect boundsRect, Pattern *thePattern);
  25. pascal short SlideFade(Rect boundsRect, Pattern *thePattern);
  26. pascal short SpiralGyraFade(Rect boundsRect, Pattern *thePattern);
  27. pascal short SplitScrollUDFade(Rect boundsRect, Pattern *thePattern);
  28. pascal short TwoCornerFade(Rect boundsRect, Pattern *thePattern);
  29.